バージョン

SubObjectsDictionaryBase<TKey,TValue> クラス

値が Infragistics.Shared.SubObjectBase から派生している Dictionary をラップする抽出クラス。
シンタックス
'宣言
 
Public MustInherit Class SubObjectsDictionaryBase
    (Of TKey,TValue As Infragistics.Shared.SubObjectBase) 
   Inherits Infragistics.Shared.SubObjectBase
public abstract class SubObjectsDictionaryBase<TKey,TValue> : Infragistics.Shared.SubObjectBase 
where TValue: Infragistics.Shared.SubObjectBase
型パラメータ
TKey
ディクショナリのキーの型。
TValue
ディクショナリの値の型。値の型は SubObjectBase から派生する必要があります。
参照